c7070293852c3d5f911e0fb7159ef45c6acafb04,portal-web/test/com/liferay/portalweb/portlet/assetpublisher/wcwebcontentcomment/ratewcwebcontentcommentap/AddNewWCWebContentAPActionsTest.java,AddNewWCWebContentAPActionsTest,testAddNewWCWebContentAPActions,#,24

Before Change


				"//div[@class='lfr-component lfr-menu-list']/ul/li[6]/a"));
		selenium.click(RuntimeVariables.replace(
				"//div[@class='lfr-component lfr-menu-list']/ul/li[6]/a"));
		selenium.waitForPageToLoad("30000");
		selenium.saveScreenShotAndSource();
		selenium.type("//input[@id='_15_title']",
			RuntimeVariables.replace("WC Web Content Name"));

After Change


			Thread.sleep(1000);
		}

		selenium.saveScreenShotAndSource();
		assertEquals(RuntimeVariables.replace("WC Web Content Title"),
			selenium.getText("//h3[@class='asset-title']/a"));
		assertEquals(RuntimeVariables.replace("WC Web Content Content"),